public void DoReassignWires( Project oProject, bool bChangeExistingProperties, AnyPropertyId[] arrListOfExcludedAnyPropertyIds )
public: void DoReassignWires( Project^ oProject, bool bChangeExistingProperties, array<AnyPropertyId^>^ arrListOfExcludedAnyPropertyIds )
Parameters
| Parameter Name | Description |
|---|---|
| oProject | Project on which this procedure will be executed. |
| bChangeExistingProperties | If true existing wire properties can be changed. |
| arrListOfExcludedAnyPropertyIds | List of properties ids. Value of those properties will not be changed. Can be NULL. |